projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad32c5
)
Fix last fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Apr 2007 04:40:28 +0000
(
04:40
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Apr 2007 04:40:28 +0000
(
04:40
+0000)
lisp/net/tls.el
patch
|
blob
|
history
diff --git
a/lisp/net/tls.el
b/lisp/net/tls.el
index 01a151399058ea3c448e9024c5caf46179a1d375..cdbb7bef5a7b44430a7613c885fff2936a144cf7 100644
(file)
--- a/
lisp/net/tls.el
+++ b/
lisp/net/tls.el
@@
-160,7
+160,7
@@
Fourth arg PORT is an integer specifying a port to connect to."
(message "Opening TLS connection to `%s'...%s"
host (if done "done" "failed"))
(when use-temp-buffer
- (
or
done (set-process-buffer process nil))
+ (
if
done (set-process-buffer process nil))
(kill-buffer buffer))
done))